gdkcairo: Actually paint the pixbuf
authorBenjamin Otte <otte@redhat.com>
Tue, 24 Sep 2013 15:43:44 +0000 (17:43 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 24 Sep 2013 15:43:44 +0000 (17:43 +0200)
I accidentally a line before committing
b41787bc788d03aaf3dc3c734bc7e8161c1e713a - whoops.

gdk/gdkcairo.c

index ae0c294b70700f0c03693b88d244701cc281709b..96243925c4b1b22570188599fca4431f94b70c4c 100644 (file)
@@ -334,6 +334,8 @@ gdk_cairo_set_source_pixbuf (cairo_t         *cr,
                                                 gdk_pixbuf_get_width (pixbuf),
                                                 gdk_pixbuf_get_height (pixbuf));
 
+  gdk_cairo_surface_paint_pixbuf (surface, pixbuf);
+
   cairo_set_source_surface (cr, surface, pixbuf_x, pixbuf_y);
   cairo_surface_destroy (surface);
 }